Welcome![Sign In][Sign Up]
Location:
Search - who is using dll

Search list

[OS programwhoslocking_src

Description: 查看谁在使用某个DLL,类似DLLView程序的功能 -Inspecting who are using the DLL, such as DLLView
Platform: | Size: 106496 | Author: 站长 | Hits:

[File OperateDesktopSearchEngine

Description: 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为HyperEngine.dll,然后再运行Hyperion目录下的Hyperion.vbp,在工程中引用刚才的dll即可。或者直接打开目录下的 Hyperion.vbg工程。- An open-source desktop search engine source code, technical features, including fast search for the file (The author is often said that less than 1 second), support music/document/image filtering filtering, file type filtering filtering, file access and file size filtering and so on. Source code includes an acceleration techniques and related functions, as well as the flash to read the registry class. Source code included using the CopyMemory API function to build the binary file dump feature a collection of objects from the memory access, using WMI scripting objects, multi-threaded recursive search, as well as other technologies, in short, is a good source, who wish to write Desktop search engine users could provide reference. First, the Engine directory prjEngine.vbp compiled HyperEngine.dll, and then run the Hyperion directory Hyperion.vbp, quoted earlier in the project dll can be. Or directly open the directory Hyperion.vbg works.
Platform: | Size: 265216 | Author: 32487VG | Hits:

[OS programDesktopSearchEngine

Description: 一款开源的桌面搜索引擎源代码,技术特色包括快速搜索文件(作者称经常会少于1秒),支持音乐/文档/图片筛选过滤,文件类型筛选过滤,文件访问和文件大小筛选等。源代码包括了一个加速技术及有关函数,以及闪速注册表读取类。源代码中包含使用CopyMemory API函数构建的二进制文件转储功能,从内存获取对象集合,使用WMI脚本对象,多线程递归搜索以及其他的技术,总之是一款不错的源代码,对希望编写桌面搜索引擎的网友可以提供借鉴。 首先把 Engine目录下的prjEngine.vbp编译为HyperEngine.dll,然后再运行Hyperion目录下的Hyperion.vbp,在工程中引用刚才的dll即可。或者直接打开目录下的 Hyperion.vbg工程。-An open-source desktop search engine source code, technical features, including fast search for the file (The author is often said that less than 1 second), support music/document/image filtering filtering, file type filtering filtering, file access and file size filtering and so on. Source code includes an acceleration techniques and related functions, as well as the flash to read the registry class. Source code included using the CopyMemory API function to build the binary file dump feature a collection of objects from the memory access, using WMI scripting objects, multi-threaded recursive search, as well as other technologies, in short, is a good source, who wish to write Desktop search engine users could provide reference.                   First, the Engine directory prjEngine.vbp compiled HyperEngine.dll, and then run the Hyperion directory Hyperion.vbp, quoted earlier in the project dll can be. Or directly open the directory Hyperion
Platform: | Size: 263168 | Author: subzero_cn | Hits:

[Othershellexecuteusingexternalppdll

Description: use visual basic, who is using external dll created by visual c++ 6, this example shows the creation of the dll, which can be used as COM+ object (to be registred by windows) or to be used as simple external lib. file, declared by visual studio at the top (private declare...). both ways are explanaid and with PDF explanation. also example to advanced and efficient code, using the SHELLEX api AS AN EXAMPLE.
Platform: | Size: 1568768 | Author: eladkarako | Hits:

[MySQLmysqlbb-020806_dev2.0-dlls-1.1

Description: 仅用于virtools dev 2.1 解压dll文件到<path to virtools>\BuildingBlocks\文件夹,然后重启virtools。-++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ These dlls are only for dev 2.1 ! ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Copy these dlls into the <path to virtools>\BuildingBlocks\ directory. restart virtools. now you have a "mySQL" entry in the buildingblocks list. Use of the buildingblock should be self-explanatory for anyone who knows what mysql*is*, if not, email me at wizzleteet@hotmail.com ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ note: I release these binaries as free software, I intend to release it in the near future as GPL, but I don t know what the ramifications are of using the virtools SDK.
Platform: | Size: 161792 | Author: saintdom | Hits:

[Multimedia DevelopH264_ddraw

Description: 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通过,可直接使用. 视频播放是采用窗口式的基于DirectDraw方法, 基于DirectDraw的图像播放是Windows平台下很高效的方法,已经封装成CDirectDraw类, 可以很方便地直接应用到别的图像和视频处理工程中。 使用时打开h264文件或yuv文件(工程中有test.h264,encode.h264和FOREMAN_176x144_15.yuv三个测试文件), 单击[Play File]即可进行播放,播放的帧率可以更改定时器时间调整。 可以很方便的更改图像的宽度和高度以便播放不同分辨率的视频。(The H 264 decoded source code (c file) extracted from FFMPEG and debugged. Without using lib and DLL libraries compiled by FFMPEG, it can be debugged directly in VS2010 environment to track the details of the decompression process. It is very useful for students who want to learn and master the standard of H264 encoding and decoding. Read the files in H264 format and decompress and play them in real time. The decompressed image format is YUV, which is displayed frame by frame in the control of a dialog box. The program is compiled and linked under VS2010, and can be used directly. Video playback is based on the DirectDraw method of window type. Image playback based on DirectDraw is a very efficient method on Windows platform. It has been encapsulated into CDirectDraw class. It can be directly applied to other image and video processing projects.)
Platform: | Size: 4245504 | Author: 朝花夕拾1 | Hits:

CodeBus www.codebus.net